projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa09b5c
)
entered into RCS
author
Richard M. Stallman
<rms@gnu.org>
Wed, 21 Sep 1994 05:36:21 +0000
(
05:36
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 21 Sep 1994 05:36:21 +0000
(
05:36
+0000)
lispref/modes.texi
patch
|
blob
|
history
diff --git
a/lispref/modes.texi
b/lispref/modes.texi
index 36c20ce87643be42397216f818dc7dddb5e51795..b0b8263200a6d6f21b0335d651e990f39a24ef8e 100644
(file)
--- a/
lispref/modes.texi
+++ b/
lispref/modes.texi
@@
-1382,6
+1382,7
@@
function goes at the end of the hook list and will be executed last.
This function removes @var{function} from the hook variable @var{hook}.
@end defun
+@ignore @c Should no longer be necessary
If you make a hook variable buffer-local, copy its value before you use
@code{add-hook} or @code{remove-hook} to change it. For example,
@@
-1398,4
+1399,4
@@
If you make a hook variable buffer-local, copy its value before you use
Otherwise you may accidentally alter the list structure that forms part
of the global value of the hook variable.
-
+@end ignore